home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- if(_root.even5 == 2)
- {
- _root.nogo.exit3._x = _root.lvl.hewitt._x;
- _root.nogo.exit3._y = _root.lvl.hewitt._y;
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It\'s locked, but the lock looks pretty simple.";
- }
- }
- if(_root.micon._currentframe == 2)
- {
- if(_root.even5 == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "Haha no lock is any match for me.";
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It\'s locked, but the lock looks pretty simple.";
- }
- }
- if(_root.micon._currentframe == 15)
- {
- if(_root.even40 == 0)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "I dont know how to pick locks.";
- }
- else
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It doesnt fit.";
- }
- }
- if(_root.micon._currentframe == 16 && _root.even5 != 2)
- {
- stopAllSounds();
- _root.gotoAndStop(42);
- }
- }
- }
-